home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / archvrs / mac / uucode.sit / README.uucode next >
Encoding:
Text File  |  1988-12-21  |  1.2 KB  |  23 lines  |  [TEXT/MACA]

  1. This is a quick hack for the Mac based upon source code which I found in
  2. comp.sources.something.  (The something is either unix, misc, or amiga, I
  3. no longer recall which.)  It is not at all Mac-like in its behavior, and
  4. uses the LightSpeed C unix.main.c to provide a command-line-style human
  5. interface.  (I SAID it was a quick hack.)
  6.  
  7. I find it easiest to drag the application into the folder which contains
  8. the input file before opening the application.  That way, the output will
  9. wind up in the same folder.  When prompted for the command line, type
  10. everything that you would have typed if you were running the program under
  11. Unix (tm), except the name of the program itself, which is supplied
  12. automatically.  See the enclosed Unix-style manual page (uuencode.1) for
  13. more information about uuencode and uudecode.
  14.  
  15. By the way, I've used uudecode, and it works, but I cannot swear by
  16. uuencode.  I included it only for completeness.  uudecode produces a
  17. data fork which is byte-for-byte identical to what you would get on a
  18. Unix system.  In particular, we do NOT translate Unix linefeeds into
  19. Mac carriage returns, on the assumption that we are probably dealing
  20. with a binary file, such as the output of the Unix utility compress.
  21.  
  22. Christopher T Jewell (chrisj@cup.portal.com)
  23.